home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_08_11 / 8n11107a < prev    next >
Text File  |  1990-08-07  |  194b  |  15 lines

  1.  
  2.    free()
  3.        {
  4.        /* Free routine */
  5.        }
  6.    malloc()
  7.        {
  8.        /* Malloc routine */
  9.        }
  10.    some_other()
  11.        {
  12.        /* Some other routine */
  13.        }
  14.  
  15.